Understanding SQL Injections

Definition

SQL injection attacks occur when an input field is able to be escaped allowing for direct execution of user defined queries.

Example

Having an age field that doesn't check if the input is an integer or contains special characters is one example where this can occur. Protection can be as simple as checking if it's a valid number prior to running the SQL command, or better yet, creating pre-made queries when using a language like PHP.


Check out these notes...
2024-02-22 00:05:20 VMware Workstation Pro Keys
2024-01-06 01:12:15 Basic Windows Security Tips
2023-11-14 21:13:36 Server Neofetch 2023
2024-07-22 21:46:14 Common Malware Obfuscation Techniques
2023-12-26 12:43:03 Securely Storing Files Over The Internet